Medication System API - Implementation Template (US Core)
Field mapping
HealthCloudGA____EhrMedication____c
See src/main/resources/dw/FHIRTools.dwl for a mapping example.
| FHIR Field | Field | Notes |
|---|---|---|
| resourceType | "Medication" | |
| id | Id | |
| Identifier[0].system | HealthCloudGA____SourceSystem____c | |
| Identifier[0].display | HealthCloudGA____SourceSystemId____c | |
| Identifier[0].value | Name | |
| Identifier[0].assigner | HealthCloudGA____Account____c | |
| code.coding.system | HealthCloudGA____MedicationCodeSystem____c | |
| code.coding.code | HealthCloudGA____MedicationCode____c | |
| code.coding.display | HealthCloudGA____MedicationCodeLabel____c | |
| code.coding.text | HealthCloudGA____MedicationCodeLabel____c | |
| status | Actively_Taking____c | |
| form.coding.system | HealthCloudGA____MedicationCodeSystem____c | |
| form.coding.code | HealthCloudGA____MedicationCode____c | |
| form.coding.display | HealthCloudGA____MedicationCodeLabel____c | |
| form.coding.text | HealthCloudGA____MedicationCodeLabel____c | |
| amount.numerator | Filled_Quantity____c | |
| ingredient.itemCodeableConcept.coding.system | HealthCloudGA____MedicationKindSystem____c | |
| ingredient.itemCodeableConcept.coding.code | HealthCloudGA____MedicationKindCode____c | |
| ingredient.itemCodeableConcept.coding.display | HealthCloudGA____MedicationKindLabel____c | |
| ingredient.itemCodeableConcept.coding.text | HealthCloudGA____MedicationKindLabel____c | |
| batch.lotNumber | HealthCloudGA____MedicationLotNumber____c | |
| batch.expirationDate | HealthCloudGA____MedicationExpiration____c |